markerDrawn
Type
property
Summary
Specifies whether markers are drawn at each vertex of a curve or irregular polygon graphic.
Syntax
set the markerDrawn of <graphic> to {true | false}
Description
Use the markerDrawn property to draw a small shape at each vertex of a graphic.
Irregular polygon graphics can be drawn with a marker at each vertex, whose shape is defined by the markerPoints property. The markerDrawn property specifies whether these markers are visible or not.
The borderPattern and borderColor properties determine the appearance of the markers' interior. The hilitePattern and hiliteColor determine the appearance of the borders.
If the style property of the graphic is not polygon or curve, the setting of its hilitePattern property has no effect.
If the markerPoints property is empty, the setting of the markerDrawn property has no effect.
Examples
set the markerDrawn of me to true
Related
object: graphic
property: borderColor, borderPattern, hilitePattern, properties, hiliteColor, markerFilled, markerLineSize, markerPoints
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile